ggpairs(data=Orange, aes(colour=Tree), columns=2:3) %>% ggplotly()
10/19/2020
ggpairs(data=Orange, aes(colour=Tree), columns=2:3) %>% ggplotly()
On previous figure we saw high correlation between orange trees’ age and circumference. Further steps may be fitting a linear model to predict orange tree’s age based on its circumference.
Thank you for attention :)